Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Bump github.com/hashicorp/terraform from 0.13.5 to 0.14.9 #58

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2021

Bumps github.com/hashicorp/terraform from 0.13.5 to 0.14.9.

Release notes

Sourced from github.com/hashicorp/terraform's releases.

v0.14.9

0.14.9 (March 24, 2021)

BUG FIXES:

  • backend/remote: Fix error when migrating existing state to a new workspace on Terraform Cloud/Enterprise. (#28093)

v0.14.8

BUG FIXES:

  • config: Update HCL package to fix panics when indexing using sensitive values (#28034)
  • core: Fix error when using sensitive values in provisioner configuration (#27819)
  • core: Fix empty diags not getting associated with source (#28029)
  • backend/remote: Fix non-functional -lock-timeout argument when using the remote backend with local operations (#27845)

ENHANCEMENTS:

  • config: Terraform now does text processing using the rules and tables defined for Unicode 13. Previous versions were using Unicode 12 rules (#28034)

v0.14.7

0.14.7 (February 17, 2021)

ENHANCEMENTS:

  • cli: Emit an "already installed" event when a provider is found already installed (#27722)
  • provisioner/remote-exec: Can now run in a mode that expects the remote system to be running Windows and excuting commands using the Windows command interpreter, rather than a Unix-style shell. Specify the target_platform as "windows" in the connection block. (#26865)

BUG FIXES:

  • cli: Fix show -json not outputting the full module tree when some child modules have no resources (#27352)
  • cli: Fix excessively slow rendering of very large multi-line string outputs (#27746)
  • cli: Fix missing provider requirements in JSON plan when specified using required_providers instead of provider config (#27697)

v0.14.6

0.14.6 (February 04, 2021)

ENHANCEMENTS:

  • backend/s3: Add support for AWS Single-Sign On (SSO) cached credentials (#27620)

BUG FIXES:

  • cli: Rerunning init will reuse installed providers rather than fetching the provider again (#27582)
  • config: Fix panic when applying a config using sensitive values in some block sets (#27635)
  • core: Fix "Invalid planned change" error when planning tainted resource which no longer exists (#27563)
  • core: Fix panic when refreshing data source which contains sensitive values (#27567)
  • core: Fix init with broken link in plugin_cache_dir (#27447)
  • core: Prevent evaluation of removed data source instances during plan (#27621)
  • core: Don't plan changes for outputs that remain null (#27512)

... (truncated)

Changelog

Sourced from github.com/hashicorp/terraform's changelog.

0.14.9 (March 24, 2021)

BUG FIXES:

  • backend/remote: Fix error when migrating existing state to a new workspace on Terraform Cloud/Enterprise. (#28093)

0.14.8 (March 10, 2021)

BUG FIXES:

  • config: Update HCL package to fix panics when indexing using sensitive values (#28034)
  • core: Fix error when using sensitive values in provisioner configuration (#27819)
  • core: Fix empty diags not getting associated with source (#28029)
  • backend/remote: Fix non-functional -lock-timeout argument when using the remote backend with local operations (#27845)

ENHANCEMENTS:

  • config: Terraform now does text processing using the rules and tables defined for Unicode 13. Previous versions were using Unicode 12 rules (#28034)

0.14.7 (February 17, 2021)

ENHANCEMENTS:

  • cli: Emit an "already installed" event when a provider is found already installed (#27722)
  • provisioner/remote-exec: Can now run in a mode that expects the remote system to be running Windows and excuting commands using the Windows command interpreter, rather than a Unix-style shell. Specify the target_platform as "windows" in the connection block. (#26865)

BUG FIXES:

  • cli: Fix show -json not outputting the full module tree when some child modules have no resources (#27352)
  • cli: Fix excessively slow rendering of very large multi-line string outputs (#27746)
  • cli: Fix missing provider requirements in JSON plan when specified using required_providers instead of provider config (#27697)

0.14.6 (February 04, 2021)

ENHANCEMENTS:

  • backend/s3: Add support for AWS Single-Sign On (SSO) cached credentials (#27620)

BUG FIXES:

  • cli: Rerunning init will reuse installed providers rather than fetching the provider again (#27582)
  • config: Fix panic when applying a config using sensitive values in some block sets (#27635)
  • core: Fix "Invalid planned change" error when planning tainted resource which no longer exists (#27563)
  • core: Fix panic when refreshing data source which contains sensitive values (#27567)
  • core: Fix init with broken link in plugin_cache_dir (#27447)
  • core: Prevent evaluation of removed data source instances during plan (#27621)
  • core: Don't plan changes for outputs that remain null (#27512)

0.14.5 (January 20, 2021)

... (truncated)

Commits
  • be4dbdc Release v0.14.9
  • de32255 Update CHANGELOG.md
  • 51d84b2 backport of commit da0d8802ed524952ba9f453a49aad796c1db8ef2 (#28161)
  • 5b86279 Merge pull request #28105 from hashicorp/backport/alisdair/fix-new-remote-wor...
  • d14efd5 Update CHANGELOG.md
  • f3977e1 Update CHANGELOG.md
  • a6a53d3 Prepare changelog for 0.14.9 release
  • beb1f74 backport of commit 4b159416ff38c89283f571f002922ba95b8eda4e
  • e7456f0 Merge pull request #28058 from hashicorp/backport/hcl-spec-link/internally-to...
  • ee7197b Release v0.14.8
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 8, 2021

Superseded by #60.

@dependabot dependabot bot closed this Apr 8, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/hashicorp/terraform-0.14.9 branch April 8, 2021 05:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants